Yongky bramantias prastiyo_G.211.14.0156_Perbaikanpyton.txt#133
Open
yongky0156 wants to merge 26 commits intoariahendrawan-1from
Open
Yongky bramantias prastiyo_G.211.14.0156_Perbaikanpyton.txt#133yongky0156 wants to merge 26 commits intoariahendrawan-1from
yongky0156 wants to merge 26 commits intoariahendrawan-1from
Conversation
Update RabuPagi.txt
Update RabuPagi.txt
Update RabuPagi.txt
Silakan untuk memperbaiki script python ini
file baru python
Create 3.py
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
greeting_message = "Welcome to Codecademy!"
current_excercise = 5
todays_date = "March 31, 2023"
print(greeting_message)
print(current_excercise)
print(todays_date)
mirthful_addition = 12381 + 91817
amazing_subtraction = 981 - 312
trippy_multiplication = 38 * 902
happy_division = 540 / 45
sassy_combinations = 129 * 1345 + 120 / 6 - 12
print(mirthful_addition)
print(amazing_subtraction)
print(trippy_multiplication)
print(happy_division)
print(sassy_combinations)
#city_name = "St. Potatosburg"
#city_pop = 340000